Package com.cisco.pt.ipc.sim
Interface NetflowProcess
- All Known Subinterfaces:
Netflowv6Process
- All Known Implementing Classes:
NetflowProcessImpl,Netflowv6ProcessImpl
Information provided by the PKI file:
\class NetflowProcess
\brief NetflowProcess handles and manipulates the NetFlow process.
\example network().getDevice("Router0").getProcess("NetflowProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getProcessNameStr
String getProcessNameStr()Information provided by the PKI file:
\brief Returns the name of the NetFlow process. \return string, the name of the NetFlow process.- Returns:
- String Returns a String
-